home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / math / ucalc30c.zip / UCALC.DEF < prev    next >
Text File  |  1996-04-17  |  504b  |  13 lines

  1. ; If you like this program, please pay the registration fee.
  2. ; Each registration makes a difference.  Don't put it off for later.
  3.  
  4. e = exp(1)                 ;  Natural log constant (2.71828182845904524)
  5. h = 6.62607540E-34         ;  Planck's constant (J s)
  6.  
  7. logx(base,num) = log(num) / log(base)
  8.  
  9. ; redirect off   ; You may need redirection off for better display depending
  10.                  ; on your screen configuration.
  11.  
  12. ; color 11,1     ; Remove the semicolon to use the color command.
  13.